func math.cosh

2 uses

	math (current package)
		sinh.go#L81: 	return cosh(x)
		sinh.go#L84: func cosh(x float64) float64 {